Objects Reference

mesh::load_3ds

Prototype

int load_3ds(char *name)

Parameters

Parameter Type Description
name char * filename for the .3ds file to load

Return Value

Returns TRUE is loading is OK, FALSE is could not load the file.

Remarks

This function loads a .3ds file into the mesh. Vertices, faces, textures and texture co-ordinates are loaded and it also computes all face normals, edge normals and vertex normals.